com.willowtreeapps.android.shared
Class FlushedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
com.willowtreeapps.android.shared.FlushedInputStream
- All Implemented Interfaces:
- Closeable
public class FlushedInputStream
- extends BufferedInputStream
Bug fix for Android bug #6066:
http://code.google.com/p/android/issues/detail?id=6066
- Author:
- cceckman
Method Summary |
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushedInputStream
public FlushedInputStream(InputStream inputStream)
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class BufferedInputStream
- Throws:
IOException
Copyright © 2011. All Rights Reserved.